@charset "UTF-8";#Site_sidebarMenu/* CSS Document *//*----------see BOOK Dreamweaver CS3 Bible page 533-------------------*//*--------DIV Formatting----------*/ {	float:left;	width:200px;	height:250px;	position: absolute;	left: 60px;	top: 425px;	border-top: none;	border-right: none;	border-bottom: none;	border-left: none;}#Site_sidebarMenu /*--------End DIV Formatting----------*//*--------Start LIST Formatting----------*/ ul {	font-family: Arial, Helvetica, Verdana, sans-serif;	font-size: 11px;	font-weight: bold;	list-style-type: none;	color: #FFFFFF;	line-height: 2em;	margin: 0;	text-decoration: none;	text-indent: 5px;}#Site_sidebarMenu  li {	margin-bottom: 8px;}#Site_sidebarMenu  a {	display: block;	text-decoration: none;	border:none;}#Site_sidebarMenu a:link,#Site_sidebarMenu a:visited {	color: #FFFFFF;	border-top: 0px none;	border-right: 0px none;	border-bottom: 0px none;	border-left: 0px none;}#Site_sidebarMenu a:hover,#Site_sidebarMenu a:active {	color: #00FF00;	text-decoration: underline;}#selSite_sidebarMenu a:link, #selSite_sidebarMenu a:visited, #selSite_sidebarMenu a:hover {	color: #000000;	text-decoration: underline;}#Site_sidebarMenu  li  a.current    {	color: #FFFF00;	border: thin solid #FF9900;	font-style: italic;	border-top: 0px none;	border-right: 0px none;	border-bottom: 0px none;	border-left: 0px none;	cursor: default;}